1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmDEFFECTIVE_STOCKS_ADD
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmDEFFECTIVE_STOCKS_ADD))
26         Me.Panel1 = New System.Windows.Forms.Panel
27         Me.Label2 = New System.Windows.Forms.Label
28         Me.Label1 = New System.Windows.Forms.Label
29         Me.PictureBox1 = New System.Windows.Forms.PictureBox
30         Me.GroupBox1 = New System.Windows.Forms.GroupBox
31         Me.txtpo2 = New System.Windows.Forms.TextBox
32         Me.cmdAdd = New System.Windows.Forms.Button
33         Me.txtSuppname = New System.Windows.Forms.TextBox
34         Me.cmdEdit = New System.Windows.Forms.Button
35         Me.txtpo = New System.Windows.Forms.TextBox
36         Me.Label7 = New System.Windows.Forms.Label
37         Me.cmdCancel = New System.Windows.Forms.Button
38         Me.cmdSave = New System.Windows.Forms.Button
39         Me.txtdeliver = New System.Windows.Forms.TextBox
40         Me.Label6 = New System.Windows.Forms.Label
41         Me.dtRETURN = New System.Windows.Forms.DateTimePicker
42         Me.Label5 = New System.Windows.Forms.Label
43         Me.txtadd = New System.Windows.Forms.TextBox
44         Me.Label4 = New System.Windows.Forms.Label
45         Me.Label3 = New System.Windows.Forms.Label
46         Me.lstitems = New System.Windows.Forms.ListView
47         Me.colID = New System.Windows.Forms.ColumnHeader
48         Me.colD = New System.Windows.Forms.ColumnHeader
49         Me.ColName = New System.Windows.Forms.ColumnHeader
50         Me.ColDesc = New System.Windows.Forms.ColumnHeader
51         Me.ColPrice = New System.Windows.Forms.ColumnHeader
52         Me.ColQTY = New System.Windows.Forms.ColumnHeader
53         Me.colDeffect = New System.Windows.Forms.ColumnHeader
54         Me.colMeasure = New System.Windows.Forms.ColumnHeader
55         Me.Panel1.SuspendLayout()
56         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
57         Me.GroupBox1.SuspendLayout()
58         Me.SuspendLayout()
59         
'
60         
'Panel1
61         
'
62         Me.Panel1.Controls.Add(Me.Label2)
63         Me.Panel1.Controls.Add(Me.Label1)
64         Me.Panel1.Controls.Add(Me.PictureBox1)
65         Me.Panel1.Location = New System.Drawing.Point(
2, 3)
66         Me.Panel1.Name =
"Panel1"
67         Me.Panel1.Size = New System.Drawing.Size(
391, 51)
68         Me.Panel1.TabIndex =
100
69         
'
70         
'Label2
71         
'
72         Me.Label2.AutoSize = True
73         Me.Label2.Location = New System.Drawing.Point(
61, 32)
74         Me.Label2.Name =
"Label2"
75         Me.Label2.Size = New System.Drawing.Size(
227, 13)
76         Me.Label2.TabIndex =
101
77         Me.Label2.Text =
"Control current stocks with defective quantity"
78         
'
79         
'Label1
80         
'
81         Me.Label1.AutoSize = True
82         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
83         Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
84         Me.Label1.Location = New System.Drawing.Point(
60, 6)
85         Me.Label1.Name =
"Label1"
86         Me.Label1.Size = New System.Drawing.Size(
240, 23)
87         Me.Label1.TabIndex =
102
88         Me.Label1.Text =
"Defective Stocks Details"
89         
'
90         
'PictureBox1
91         
'
92         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
93         Me.PictureBox1.Location = New System.Drawing.Point(
3, 0)
94         Me.PictureBox1.Name =
"PictureBox1"
95         Me.PictureBox1.Size = New System.Drawing.Size(
51, 45)
96         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
97         Me.PictureBox1.TabIndex =
0
98         Me.PictureBox1.TabStop = False
99         
'
100         
'GroupBox1
101         
'
102         Me.GroupBox1.Controls.Add(Me.txtpo2)
103         Me.GroupBox1.Controls.Add(Me.cmdAdd)
104         Me.GroupBox1.Controls.Add(Me.txtSuppname)
105         Me.GroupBox1.Controls.Add(Me.cmdEdit)
106         Me.GroupBox1.Controls.Add(Me.txtpo)
107         Me.GroupBox1.Controls.Add(Me.Label7)
108         Me.GroupBox1.Controls.Add(Me.cmdCancel)
109         Me.GroupBox1.Controls.Add(Me.cmdSave)
110         Me.GroupBox1.Controls.Add(Me.txtdeliver)
111         Me.GroupBox1.Controls.Add(Me.Label6)
112         Me.GroupBox1.Controls.Add(Me.dtRETURN)
113         Me.GroupBox1.Controls.Add(Me.Label5)
114         Me.GroupBox1.Controls.Add(Me.txtadd)
115         Me.GroupBox1.Controls.Add(Me.Label4)
116         Me.GroupBox1.Controls.Add(Me.Label3)
117         Me.GroupBox1.Controls.Add(Me.lstitems)
118         Me.GroupBox1.Location = New System.Drawing.Point(
2, 50)
119         Me.GroupBox1.Name =
"GroupBox1"
120         Me.GroupBox1.Size = New System.Drawing.Size(
772, 387)
121         Me.GroupBox1.TabIndex =
62
122         Me.GroupBox1.TabStop = False
123         
'
124         
'txtpo2
125         
'
126         Me.txtpo2.Location = New System.Drawing.Point(
248, 10)
127         Me.txtpo2.Name =
"txtpo2"
128         Me.txtpo2.Size = New System.Drawing.Size(
100, 21)
129         Me.txtpo2.TabIndex =
65
130         Me.txtpo2.Text =
"0"
131         Me.txtpo2.Visible = False
132         
'
133         
'cmdAdd
134         
'
135         Me.cmdAdd.Location = New System.Drawing.Point(
10, 355)
136         Me.cmdAdd.Name =
"cmdAdd"
137         Me.cmdAdd.Size = New System.Drawing.Size(
53, 26)
138         Me.cmdAdd.TabIndex =
64
139         Me.cmdAdd.Text =
"&Add"
140         Me.cmdAdd.UseVisualStyleBackColor = True
141         
'
142         
'txtSuppname
143         
'
144         Me.txtSuppname.BackColor = System.Drawing.Color.White
145         Me.txtSuppname.Location = New System.Drawing.Point(
122, 37)
146         Me.txtSuppname.MaxLength =
50
147         Me.txtSuppname.Name =
"txtSuppname"
148         Me.txtSuppname.ReadOnly = True
149         Me.txtSuppname.Size = New System.Drawing.Size(
217, 21)
150         Me.txtSuppname.TabIndex =
63
151         
'
152         
'cmdEdit
153         
'
154         Me.cmdEdit.Location = New System.Drawing.Point(
67, 355)
155         Me.cmdEdit.Name =
"cmdEdit"
156         Me.cmdEdit.Size = New System.Drawing.Size(
55, 26)
157         Me.cmdEdit.TabIndex =
6
158         Me.cmdEdit.Text =
"Edit"
159         Me.cmdEdit.UseVisualStyleBackColor = True
160         
'
161         
'txtpo
162         
'
163         Me.txtpo.BackColor = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
164         Me.txtpo.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
165         Me.txtpo.Location = New System.Drawing.Point(
122, 13)
166         Me.txtpo.Name =
"txtpo"
167         Me.txtpo.ReadOnly = True
168         Me.txtpo.Size = New System.Drawing.Size(
100, 22)
169         Me.txtpo.TabIndex =
0
170         
'
171         
'Label7
172         
'
173         Me.Label7.AutoSize = True
174         Me.Label7.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
175         Me.Label7.Location = New System.Drawing.Point(
41, 21)
176         Me.Label7.Name =
"Label7"
177         Me.Label7.Size = New System.Drawing.Size(
81, 13)
178         Me.Label7.TabIndex =
62
179         Me.Label7.Text =
"Purchase ID :"
180         
'
181         
'cmdCancel
182         
'
183         Me.cmdCancel.Location = New System.Drawing.Point(
704, 355)
184         Me.cmdCancel.Name =
"cmdCancel"
185         Me.cmdCancel.Size = New System.Drawing.Size(
60, 26)
186         Me.cmdCancel.TabIndex =
10
187         Me.cmdCancel.Text =
"Cancel"
188         Me.cmdCancel.UseVisualStyleBackColor = True
189         
'
190         
'cmdSave
191         
'
192         Me.cmdSave.Location = New System.Drawing.Point(
638, 355)
193         Me.cmdSave.Name =
"cmdSave"
194         Me.cmdSave.Size = New System.Drawing.Size(
60, 26)
195         Me.cmdSave.TabIndex =
9
196         Me.cmdSave.Text =
"Save"
197         Me.cmdSave.UseVisualStyleBackColor = True
198         
'
199         
'txtdeliver
200         
'
201         Me.txtdeliver.Location = New System.Drawing.Point(
467, 57)
202         Me.txtdeliver.MaxLength =
50
203         Me.txtdeliver.Name =
"txtdeliver"
204         Me.txtdeliver.Size = New System.Drawing.Size(
207, 21)
205         Me.txtdeliver.TabIndex =
4
206         
'
207         
'Label6
208         
'
209         Me.Label6.AutoSize = True
210         Me.Label6.Location = New System.Drawing.Point(
381, 62)
211         Me.Label6.Name =
"Label6"
212         Me.Label6.Size = New System.Drawing.Size(
80, 13)
213         Me.Label6.TabIndex =
13
214         Me.Label6.Text =
"Delivery Term :"
215         
'
216         
'dtRETURN
217         
'
218         Me.dtRETURN.Location = New System.Drawing.Point(
467, 35)
219         Me.dtRETURN.Name =
"dtRETURN"
220         Me.dtRETURN.Size = New System.Drawing.Size(
207, 21)
221         Me.dtRETURN.TabIndex =
3
222         
'
223         
'Label5
224         
'
225         Me.Label5.AutoSize = True
226         Me.Label5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
227         Me.Label5.Location = New System.Drawing.Point(
379, 41)
228         Me.Label5.Name =
"Label5"
229         Me.Label5.Size = New System.Drawing.Size(
82, 13)
230         Me.Label5.TabIndex =
11
231         Me.Label5.Text =
"Return Date :"
232         
'
233         
'txtadd
234         
'
235         Me.txtadd.BackColor = System.Drawing.Color.White
236         Me.txtadd.Location = New System.Drawing.Point(
122, 60)
237         Me.txtadd.MaxLength =
50
238         Me.txtadd.Multiline = True
239         Me.txtadd.Name =
"txtadd"
240         Me.txtadd.ReadOnly = True
241         Me.txtadd.Size = New System.Drawing.Size(
217, 47)
242         Me.txtadd.TabIndex =
2
243         
'
244         
'Label4
245         
'
246         Me.Label4.AutoSize = True
247         Me.Label4.Location = New System.Drawing.Point(
70, 74)
248         Me.Label4.Name =
"Label4"
249         Me.Label4.Size = New System.Drawing.Size(
53, 13)
250         Me.Label4.TabIndex =
8
251         Me.Label4.Text =
"Address :"
252         
'
253         
'Label3
254         
'
255         Me.Label3.AutoSize = True
256         Me.Label3.Location = New System.Drawing.Point(
40, 43)
257         Me.Label3.Name =
"Label3"
258         Me.Label3.Size = New System.Drawing.Size(
82, 13)
259         Me.Label3.TabIndex =
6
260         Me.Label3.Text =
"Supplier Name :"
261         
'
262         
'lstitems
263         
'
264         Me.lstitems.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.colID, Me.colD, Me.ColName, Me.ColDesc, Me.ColPrice, Me.ColQTY, Me.colDeffect, Me.colMeasure})
265         Me.lstitems.FullRowSelect = True
266         Me.lstitems.GridLines = True
267         Me.lstitems.Location = New System.Drawing.Point(
6, 126)
268         Me.lstitems.Name =
"lstitems"
269         Me.lstitems.Size = New System.Drawing.Size(
760, 223)
270         Me.lstitems.TabIndex =
5
271         Me.lstitems.UseCompatibleStateImageBehavior = False
272         Me.lstitems.View = System.Windows.Forms.View.Details
273         
'
274         
'colID
275         
'
276         Me.colID.Text =
"ID"
277         Me.colID.Width =
40
278         
'
279         
'colD
280         
'
281         Me.colD.Text =
"Detail ID"
282         
'
283         
'ColName
284         
'
285         Me.ColName.Text =
"Name"
286         Me.ColName.Width =
160
287         
'
288         
'ColDesc
289         
'
290         Me.ColDesc.Text =
"Description"
291         Me.ColDesc.Width =
180
292         
'
293         
'ColPrice
294         
'
295         Me.ColPrice.Text =
"Price"
296         Me.ColPrice.Width =
80
297         
'
298         
'ColQTY
299         
'
300         Me.ColQTY.Text =
"Current QTY"
301         Me.ColQTY.Width =
75
302         
'
303         
'colDeffect
304         
'
305         Me.colDeffect.Text =
"Defect QTY"
306         Me.colDeffect.Width =
75
307         
'
308         
'colMeasure
309         
'
310         Me.colMeasure.Text =
"Unit"
311         
'
312         
'FrmDEFFECTIVE_STOCKS_ADD
313         
'
314         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
315         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
316         Me.BackColor = System.Drawing.Color.WhiteSmoke
317         Me.ClientSize = New System.Drawing.Size(
778, 440)
318         Me.Controls.Add(Me.GroupBox1)
319         Me.Controls.Add(Me.Panel1)
320         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
321         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
322         Me.MaximizeBox = False
323         Me.MinimizeBox = False
324         Me.Name =
"FrmDEFFECTIVE_STOCKS_ADD"
325         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
326         Me.Text =
"Defective Stock Details"
327         Me.Panel1.ResumeLayout(False)
328         Me.Panel1.PerformLayout()
329         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
330         Me.GroupBox1.ResumeLayout(False)
331         Me.GroupBox1.PerformLayout()
332         Me.ResumeLayout(False)
333
334     End Sub
335     Friend WithEvents Panel1 As System.Windows.Forms.Panel
336     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
337     Friend WithEvents Label2 As System.Windows.Forms.Label
338     Friend WithEvents Label1 As System.Windows.Forms.Label
339     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
340     Friend WithEvents cmdEdit As System.Windows.Forms.Button
341     Friend WithEvents txtdeliver As System.Windows.Forms.TextBox
342     Friend WithEvents Label6 As System.Windows.Forms.Label
343     Friend WithEvents dtRETURN As System.Windows.Forms.DateTimePicker
344     Friend WithEvents Label5 As System.Windows.Forms.Label
345     Friend WithEvents txtadd As System.Windows.Forms.TextBox
346     Friend WithEvents Label4 As System.Windows.Forms.Label
347     Friend WithEvents Label3 As System.Windows.Forms.Label
348     Friend WithEvents lstitems As System.Windows.Forms.ListView
349     Friend WithEvents colID As System.Windows.Forms.ColumnHeader
350     Friend WithEvents colD As System.Windows.Forms.ColumnHeader
351     Friend WithEvents ColName As System.Windows.Forms.ColumnHeader
352     Friend WithEvents ColDesc As System.Windows.Forms.ColumnHeader
353     Friend WithEvents ColPrice As System.Windows.Forms.ColumnHeader
354     Friend WithEvents ColQTY As System.Windows.Forms.ColumnHeader
355     Friend WithEvents colMeasure As System.Windows.Forms.ColumnHeader
356     Friend WithEvents cmdCancel As System.Windows.Forms.Button
357     Friend WithEvents cmdSave As System.Windows.Forms.Button
358     Friend WithEvents Label7 As System.Windows.Forms.Label
359     Friend WithEvents colDeffect As System.Windows.Forms.ColumnHeader
360     Friend WithEvents txtpo As System.Windows.Forms.TextBox
361     Friend WithEvents txtSuppname As System.Windows.Forms.TextBox
362     Friend WithEvents cmdAdd As System.Windows.Forms.Button
363     Friend WithEvents txtpo2 As System.Windows.Forms.TextBox
364 End Class


Gõ tìm kiếm nhanh...